home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Shareware World / Comms & Internet / Fetch-O-Matic 2.0.1 / Fetch-O-Matic Auxiliary / Fetch-O-Matic Settings < prev    next >
Text File  |  1997-10-17  |  7KB  |  139 lines

  1. ############              Fetch-O-Matic Settings File           #############   
  2. #
  3. #A pound sign (#) begins every comment line such as this one (all such 
  4. #lines are ignored when this file is accessed). There are two columns of data
  5. #in each of various sections below. Rewrite column 2 to conform to your
  6. #situation. Don't change anything in column 1. The number of spaces before 
  7. #column 2 is not important, but use spaces only, not tabs. If the text you are
  8. #inserting  wraps to the next line that is OK; unless you have typed <return>
  9. #it will be read as a  continuation, not as a new line. But do make sure that
  10. #there is a <return> after each line of data, and be sure not to insert any
  11. #spaces after the column 2 entry and before the return (this could cause an
  12. #error in reading the entry, since Mac filenames, for example, can include
  13. #spaces). Extra returns (blank lines) are ignored.  
  14. #
  15. #In this first section, include the trailing directory delimiter in the   home
  16. #(site root) and remote directory names, and begin the remoteHome name with a
  17. #slash. The localHome must have colon  delimiters, and the remoteHome  must
  18. #have slash delimiters. Use full pathnames. 
  19.  
  20. localHome         MyHardDrive:MaybeAFolderOrTwo:MySiteRootFolder:
  21. remoteHome       /some_dir/maybe_another-dir/my_site_root_dir/
  22.  
  23. #In the following section, enter the name of your server, your logon name, and
  24. #password preferences. The password preferences have three choices: 1. Enter
  25. #your password (the passWordSave entry will be ignored in this case), and
  26. #you'll never be asked for it by the applications: security = none; 2. Leave
  27. #the passWord line blank, set passwordSave to anything except N; you'll be
  28. #asked for it once by each F-O-M application: security = poor; or 3.  Leave the
  29. #passWord line blank, set passwordSave to N; you'll have to type in the
  30. #password every time you run an application that signs on: security = good.
  31. #If you elect option 2, your password is reasonably secure (stored encrypted),
  32. #but anyone can log into your site from your machine. If using option 2, to
  33. #change your password, just change the passWordSave letter to something
  34. #(anything) else, which will re-trigger a query for a password. You may change
  35. #the password options at any time.
  36.  
  37. remoteHost       my_host.com
  38. logOnName        my_logon_name
  39. passWordSave     N
  40. passWord         
  41.  
  42. #The following two files may be renamed and/or moved, but must exist within the
  43. #site on both local and remote machines. Do not include the path from desktop
  44. #to (local) root, but do include any subsequent path (deeper than the site 
  45. #root) using colon delimiters. For example, if your changesFile is in your site 
  46. #in a directory called "site_admin" at the root of your site, the listing 
  47. #should read: changesFile      site_admin:1changes.txt 
  48. #and so forth. Colons (if present) are automatically changed to slashes by 
  49. #Fetch-O-matic when accessing the remote copies of these files. You may use the
  50. #default names below. These files will be automatically created by the
  51. #FetchProfile application with the names as entered here.
  52.  
  53. changesFile      1changes.txt
  54. messageFile      2messages.txt
  55.  
  56. #Your name or initials as will be automatically written to the changesFile. 
  57. #must enter a name even if you are the only one accessing your site.
  58.  
  59. myName           JohnDoe
  60.  
  61. #This item has four options. If using Open Transport, and the "PPP Commands"
  62. #Scripting Addition (part of OT/PPP) is installed, set to "O" (for "Open"). If
  63. #using  MacTCP with FreePPP version 2.6 or later, with the supplied FreePPP
  64. #Control Scripting Addition, set to "F" (for "FreePPP"). If using  MacTCP with
  65. #MacPPP or FreePPP versions 2.5 or earlier, with the supplied MacPPP Control
  66. #Scripting Addition, set to "M" (for "MacPPP").Otherwise (or if you don't want
  67. #Fetch-O-Matic to deal with your internet connection at all) set to "N". (Note:
  68. #see the last paragraph of the "Installation" section of the documentation if
  69. #using MacTCP).
  70.  
  71. usePPP           F
  72.  
  73. #The behaviour when Fetch-O-Matic applications terminate. Set to "N" if you 
  74. #never want them to close (hang up) a connection; set to "Y" if you want them
  75. #to always close the connection, and set to "D" for "Depends..."; if a 
  76. #connection was already open when the application ran, it will leave it open; 
  77. #otherwise it will close it. This setting can be temporarily overridden by
  78. #holding the command key down at launch.
  79.  
  80. closeLink        D
  81.  
  82. #Set to Y to have successfully uploaded and downloaded files automatcally
  83. #removed from the To Upload and To Download files; set to N otherwise. Removal
  84. #only occurs after a transfer has been successfully concluded. Default is Y.
  85.  
  86. autoRemove       Y
  87.  
  88. #Since your Activity Log file and changesFile grow indefinitely, you can
  89. #choose to be  alerted when their size surpasses the number (in bytes) set
  90. #here. Set to 0  (zero) if you never want to see this alert. Default setting is
  91. #80000.
  92.  
  93. alertSize       80000
  94.  
  95. #The name of your preferred text application: do not use any path. 
  96. #You will be asked to locate this application the first time you run any
  97. #Fetch-O-Matic application. Enter the name exactly as it appears on your drive.  
  98. #Otherwise, if the name doesn't correspond exactly, you will be asked to locate 
  99. #the application each time you run a Fetch-O-Matic application. If you later 
  100. #decide to use a different text application you'll need to enter the new name 
  101. #here. SimpleText cannot handle large files so do not use it for large sites. 
  102. #Otherwise, any Applescript-aware text application or word processor can be
  103. #used. This entry _is_ case-sensitive, as are the other application names.
  104.  
  105. textApp        BBEdit 4.0.4
  106.  
  107. #The name of application Fetch, without path. The purpose of this setting is
  108. #to enable you to have more than one version of Fetch, and choose which one
  109. #to use. Enter the name exactly as it appears on your drive, or else you
  110. #will be asked for it each time you run a Fetch-O-Matic application. If you 
  111. #have two versions they MUST have different names; since no path is specified,
  112. #the selection is by name & creator code alone.
  113.  
  114. fetchApp       Fetch 3.0.3
  115.  
  116. #set to Y if using List Files as a helper when browsing for files to upload
  117. #(recommended, faster); set to N  otherwise. Don't set to Y if you don't have
  118. #List Files installed.
  119.  
  120. useListFiles   Y
  121.  
  122. #The name of application List Files, without path. If you're not using List
  123. #Files (i.e., the option useListFiles is set to N), then this option will be
  124. #ignored. However, if you set useListFiles to Y and do _not_ have List Files
  125. #installed, you will be asked to locate the application. You should cancel and
  126. #set useListFiles to N. If you select a different application by mistake it
  127. #will be accepted (but it won't work, of course). Running FetchNewLocal again
  128. #will correct the error - you'll be asked to locate List Files every time until
  129. #the name of the file you choose matches what's here. 
  130.  
  131. listApp     List Files FAT
  132.  
  133. #Registration Number: You may use Fetch-0-Matic 30 times without seeing a re-
  134. #minder notice to register and pay the shareware fee. If you have registered,
  135. #enter the your registration code below. This will eliminate the registration
  136. #dialogs which will otherwise begin to appear.
  137.  
  138. regCode      xxx
  139.